home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer 7.11
/
2002-01_-_Disc_7.11.iso
/
Data
/
items_bak.pcg
/
scripts
/
DefineButton2_281
/
BUTTONCONDACTION on(press).as
< prev
next >
Wrap
Text File
|
2001-10-11
|
99b
|
8 lines
on(press){
tellTarget("upControl")
{
gotoAndStop("start");
play();
}
}